home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / move1.arc / MOVE.DOC < prev   
Encoding:
Text File  |  1987-07-18  |  3.4 KB  |  79 lines

  1.          MOVE.doc  7/18/87 Copyright MicroHelp, Inc.
  2.  
  3. When you make use of MOVE.COM, you are agreeing to the conditions
  4. specified in this file. If you do not agree with the conditions,
  5. please do not use the program.
  6.  
  7. The program MOVE.COM is used to move files from one subdirectory
  8. to another subdirectory on the same disk drive, without having
  9. to copy the files. You may instruct the program to confirm the movement
  10. of each file before doing the move.
  11.  
  12. The syntax for using the program is:
  13.  
  14.     MOVE oldfilespec newdirectory
  15.  
  16. "oldfilespec" must contain a file specification (including DOS "wildcards"
  17. of '?' and '*'. It may also contain a drive and/or path specification.
  18. "newdirectory" is the subdirectory where you want the files to be moved to.
  19.  
  20.    Example Command        Result
  21.    --------------------------   ---------------------------------------    
  22.    MOVE *.COM \DOS              Moves all files in the current directory
  23.                                 with the extension ".COM" to a subdirectory
  24.                 named "\DOS" on the same disk.
  25.    MOVE READ.ME    \        Moves the file "READ.ME" to the root directory
  26.                                 of the same disk.
  27.    MOVE \DOS\UTILS\*.DOC \DOCS  All *.DOC files in C:\DOS\UTILS are
  28.                    moved to a subdirectory called "\DOCS".
  29.  
  30. If you want the program to confirm the move (or be able to pick and choose
  31. which files you want moved), simply place a '/p' on the end of your 
  32. command. Example:
  33.  
  34.    MOVE *.* \DOS/P
  35.  
  36. If you do not remember the syntax, simply invoke MOVE without any
  37. information and it will remind you of the correct syntax.
  38.             
  39.                  Disclaimer and Conditions of Use          
  40.  
  41. MOVE.COM is a copyrighted, proprietary program offered as is
  42. to any individual who wishes to try the software before buying it.
  43. MicroHelp, Inc. specifically denies any responsibility for any damage
  44. caused by the use of the program.
  45.  
  46. The program MOVE.COM and this file MOVE.DOC may be freely copied
  47. and distributed as long as both files are included in any distribution
  48. in an unmodified form.
  49.  
  50. A limited license is hereby granted to use and copy this program 
  51. during a twenty-one day evaluation period, if you continue to use the
  52. program after twenty-one days, you are obligated to pay for it.
  53.  
  54. If you elect to pay for and use this program, MicroHelp, Incorporated
  55. will grant to you a non-exclusive license to use the program as follows:
  56.  
  57. Individuals:  A payment of $10.00 entitles you to use the program on
  58.               a single machine. You may use the program on more than
  59.           one machine as long as you are the only person using the
  60.           software and there is no possibility of more than one person
  61.           using the program at a time.
  62.           
  63. Site license: A payment of $50.00 entitles you to use the program
  64.               on any machine located at a single business location
  65.           ("site"). Any number of persons at the site may use the
  66.           program and more than one person can use the program at
  67.           one time. You may also place the program on a local area
  68.           network, as long as the program is accessible only from
  69.           a single site.
  70.           
  71. Corporate license: A payment of $25 per site entitles you to use the
  72.               program on any machine that is owned by the company.
  73.  
  74. All payments must be made to:  MicroHelp, Inc.
  75.                                2220 Carlyle Drive
  76.                    Marietta GA 30062-5841
  77.  
  78. For more information, please call MicroHelp at (404) 973-9272.
  79.